mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 07:00:43 +00:00
guile-sdl2: add vyp as maintainer
This commit is contained in:
parent
c758e553de
commit
2327fa6996
|
@ -37,7 +37,7 @@ in stdenv.mkDerivation {
|
|||
description = "Bindings to SDL2 for GNU Guile";
|
||||
homepage = "https://git.dthompson.us/guile-sdl2.git";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ seppeljordan ];
|
||||
maintainers = with maintainers; [ seppeljordan vyp ];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue