Author: viric
Date: Thu Apr 12 10:00:18 2012
New Revision: 33757
URL: https://nixos.org/websvn/nix/?rev=33757&sc=1
Log:
Adding me as a maintainer for octave.
Modified:
nixpkgs/trunk/pkgs/development/interpreters/octave/default.nix
Modified: nixpkgs/trunk/pkgs/development/interpreters/octave/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/interpreters/octave/default.nix Thu Apr
12 09:31:31 2012 (r33756)
+++ nixpkgs/trunk/pkgs/development/interpreters/octave/default.nix Thu Apr
12 10:00:18 2012 (r33757)
@@ -24,4 +24,11 @@
postInstall = ''
cp test/fntests.log $out/share/octave/${name}-fntests.log
'';
+
+ meta = {
+ homepage = http://octave.org/;
+ license = "GPLv3+";
+ maintainers = with stdenv.lib.maintainers; [viric];
+ platforms = with stdenv.lib.platforms; linux;
+ };
}
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits