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

View file

@ -85,6 +85,7 @@
henrytill = "Henry Till <henrytill@gmail.com>";
hinton = "Tom Hinton <t@larkery.com>";
hrdinka = "Christoph Hrdinka <c.nix@hrdinka.at>";
iand675 = "Ian Duncan <ian@iankduncan.com>";
ianwookim = "Ian-Woo Kim <ianwookim@gmail.com>";
iElectric = "Domen Kozar <domen@dev.si>";
iyzsong = "Song Wenwu <iyzsong@gmail.com>";

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 ];
};
}