plan9port: fix destination path in sources; add myself as a maintainer

This commit is contained in:
Siarhei Zirukin
2014-12-17 23:37:18 +01:00
parent 3938dc3c21
commit 2c8ff5fdb7
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
homepage = "http://swtch.com/plan9port/";
description = "Plan 9 from User Space";
license = licenses.lpl-102;
maintainers = [ stdenv.lib.maintainers.ftrvxmtrx ];
platforms = platforms.unix;
};