Bigloo: Add meta.maintainers' and
meta.platforms'.
svn path=/nixpkgs/trunk/; revision=20315
This commit is contained in:
parent
b36dbdf2c4
commit
ee2eb5b98a
@ -41,5 +41,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
homepage = http://www-sop.inria.fr/mimosa/fp/Bigloo/;
|
homepage = http://www-sop.inria.fr/mimosa/fp/Bigloo/;
|
||||||
license = "GPLv2+";
|
license = "GPLv2+";
|
||||||
|
|
||||||
|
maintainers = [ stdenv.lib.maintainers.ludo ];
|
||||||
|
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user