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

This commit is contained in:
xd1le
2017-09-24 22:24:49 +10:00
parent d7d33bd17c
commit 796b69318f
6 changed files with 6 additions and 3 deletions
@@ -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;
};