Adding info about maintainer (myself - AndersonTorres) and modifying the meta.license field for some packages I have made.

This commit is contained in:
AndersonTorres
2014-03-22 01:12:48 -03:00
parent 3c8f5c2471
commit f7498e5a7e
5 changed files with 13 additions and 4 deletions
+6 -1
View File
@@ -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;
};
}