guile-lint: add vyp as maintainer

This commit is contained in:
xd1le 2017-09-27 23:33:01 +10:00
parent a4601f9f40
commit 3748013d22

View File

@ -27,6 +27,7 @@ in stdenv.mkDerivation {
description = "Checks syntax and semantics in a Guile program or module";
homepage = "https://user42.tuxfamily.org/guile-lint/index.html";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ vyp ];
platforms = platforms.all;
};
}