parent
11ae720974
commit
27af1633a4
@ -19,6 +19,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS";
|
description = "Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS";
|
||||||
maintainers = [ stdenv.lib.maintainers.siddharthist ];
|
maintainers = [ stdenv.lib.maintainers.siddharthist ];
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
license = stdenv.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user