Merge pull request #1893 from ttuegel/maintainer

Claim maintainership of recently added packages
This commit is contained in:
Domen Kožar
2014-03-07 21:53:12 +01:00
7 changed files with 22 additions and 12 deletions

View File

@@ -9,9 +9,11 @@ stdenv.mkDerivation {
buildInputs = [ glib gtk intltool menu-cache pango pkgconfig vala ];
meta = {
meta = with stdenv.lib; {
homepage = "http://blog.lxde.org/?cat=28/";
license = stdenv.lib.licenses.gpl2Plus;
license = licenses.gpl2Plus;
description = "A glib-based library for file management";
maintainers = [ maintainers.ttuegel ];
platforms = platforms.linux;
};
}

View File

@@ -9,9 +9,11 @@ stdenv.mkDerivation {
buildInputs = [ glib pkgconfig ];
meta = {
meta = with stdenv.lib; {
homepage = "http://blog.lxde.org/?tag=menu-cache";
license = stdenv.lib.licenses.gpl2Plus;
license = licenses.gpl2Plus;
description = "Library to read freedesktop.org menu files";
maintainers = [ maintainers.ttuegel ];
platforms = platforms.linux;
};
}

View File

@@ -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 ];
};
}