Adopt a few packages

This commit is contained in:
Michael Raskin
2014-11-05 11:56:19 +03:00
parent 167115f1a2
commit bc5f55cc91
7 changed files with 64 additions and 54 deletions
+2
View File
@@ -45,5 +45,7 @@ rec {
name = "xsokoban-" + version;
meta = {
description = "X sokoban";
license = a.stdemv.lib.licenses.publicDomain;
maintainers = [ a.stdenv.lib.maintainers.raskin ];
};
}