Add meta info for noip package

This commit is contained in:
Ian Duncan
2015-02-27 15:04:06 +00:00
parent 71ab1792c4
commit 5f218eaf92
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -16,4 +16,11 @@ stdenv.mkDerivation rec {
'';
enableParallelBuilding = true;
meta = with stdenv.lib; {
description = "Dynamic DNS daemon for no-ip accounts";
homepage = http://noip.com/download?page=linux;
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.iand675 ];
};
}