ipscan: refactor meta and add totoroot as maintainer

This commit is contained in:
Matthias Thym 2023-08-30 16:10:10 +02:00
parent 23618ec15b
commit e0192b625c

View file

@ -42,12 +42,13 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
description = "Fast and friendly network scanner";
description = "Angry IP Scanner - fast and friendly network scanner";
homepage = "https://angryip.org";
downloadPage = "https://github.com/angryip/ipscan/releases/tag/${version}";
changelog = "https://github.com/angryip/ipscan/blob/${version}/CHANGELOG";
sourceProvenance = with sourceTypes; [ binaryBytecode ];
license = licenses.gpl2Only;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [ kylesferrazza ];
maintainers = with maintainers; [ kylesferrazza totoroot ];
};
}