summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/video/aegisub
diff options
context:
space:
mode:
authorAndersonTorres <torres.anderson.85@gmail.com>2014-03-22 01:12:48 -0300
committerAndersonTorres <torres.anderson.85@gmail.com>2014-03-22 01:12:48 -0300
commitf7498e5a7ee46e8f8d17450397ef2dd129e2c9a5 (patch)
treeb80f8cfb2cd720f501528f733347afbe6589dffa /pkgs/applications/video/aegisub
parent3c8f5c2471850089efed9d46f7451fc83e3fadce (diff)
Adding info about maintainer (myself - AndersonTorres) and modifying the meta.license field for some packages I have made.
Diffstat (limited to 'pkgs/applications/video/aegisub')
-rw-r--r--pkgs/applications/video/aegisub/default.nix7
1 files changed, 6 insertions, 1 deletions
diff --git a/pkgs/applications/video/aegisub/default.nix b/pkgs/applications/video/aegisub/default.nix
index cbbb23b04a05..fa17fb5ffd2c 100644
--- a/pkgs/applications/video/aegisub/default.nix
+++ b/pkgs/applications/video/aegisub/default.nix
@@ -53,7 +53,12 @@ stdenv.mkDerivation rec {
built-in real-time video preview.
'';
homepage = http://www.aegisub.org/;
- license = "BSD"; # The Aegisub sources are itself BSD/ISC, but they are linked against GPL'd softwares
+ license = stdenv.lib.licenses.bsd3;
+ # The Aegisub sources are itself BSD/ISC,
+ # but they are linked against GPL'd softwares
+ # - so the resulting program will be GPL
+ maintainers = [ maintainers.AndersonTorres ];
platforms = stdenv.lib.platforms.linux;
+
};
}