guile-modules: add vyp as maintainer to unmaintained guile modules

This commit is contained in:
xd1le 2017-09-24 20:23:10 +10:00
parent d7d33bd17c
commit 796b69318f
6 changed files with 6 additions and 3 deletions

View file

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
homepage = http://home.gna.org/guile-cairo/;
maintainers = [ ];
maintainers = [ stdenv.lib.maintainers.vyp ];
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
homepage = http://www.nongnu.org/guile-lib/;
license = stdenv.lib.licenses.gpl3Plus;
maintainers = [ ];
maintainers = [ stdenv.lib.maintainers.vyp ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
};
}

View file

@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
license = stdenv.lib.licenses.lgpl3Plus;
maintainers = [ ];
maintainers = [ stdenv.lib.maintainers.vyp ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
};
}

View file

@ -7,6 +7,7 @@ stdenv.mkDerivation rec {
description = "Guile binding for the OpenGL graphics API";
homepage = "http://gnu.org/s/guile-opengl";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ vyp ];
platforms = platforms.linux;
};

View file

@ -9,6 +9,7 @@ stdenv.mkDerivation rec {
description = "Guile bindings for SDL";
homepage = "http://gnu.org/s/guile-sdl";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ vyp ];
platforms = platforms.linux;
};

View file

@ -7,6 +7,7 @@ stdenv.mkDerivation {
description = "XCB bindings for Guile";
homepage = "http://www.markwitmer.com/guile-xcb/guile-xcb.html";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ vyp ];
platforms = platforms.linux;
};