Merge pull request #1893 from ttuegel/maintainer
Claim maintainership of recently added packages
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user