smokeping: add erictapen as maintainer

This commit is contained in:
Justin Humm 2019-10-14 21:23:11 +02:00
parent 9eb067b0d7
commit b8cd11f347
No known key found for this signature in database
GPG Key ID: 5F24E3BD56617EB2
2 changed files with 3 additions and 0 deletions

View File

@ -315,5 +315,7 @@ in
serviceConfig.Restart = "always";
};
};
meta.maintainers = with lib.maintainers; [ erictapen ];
}

View File

@ -19,5 +19,6 @@ stdenv.mkDerivation rec {
homepage = http://oss.oetiker.ch/smokeping;
license = stdenv.lib.licenses.gpl2Plus;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.erictapen ];
};
}