Claim maintainership of recently added packages

Also set platforms for some packages where it was missing.
This commit is contained in:
Thomas Tuegel
2014-03-07 11:23:30 -06:00
parent 9906b7da34
commit df5639183c
7 changed files with 22 additions and 12 deletions
@@ -25,5 +25,6 @@ stdenv.mkDerivation {
description = "A collection of Fortran77 subroutines to solve large scale eigenvalue problems";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.bsd3;
maintainers = [ stdenv.lib.maintainers.ttuegel ];
};
}