mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
fastnetmon-advanced: add netali to maintainers
This commit is contained in:
@@ -62,7 +62,10 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://fastnetmon.com";
|
||||
changelog = "https://github.com/FastNetMon/fastnetmon-advanced-releases/releases/tag/v${version}";
|
||||
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
|
||||
maintainers = with lib.maintainers; [ yureka-wdz ];
|
||||
maintainers = with lib.maintainers; [
|
||||
yureka-wdz
|
||||
netali
|
||||
];
|
||||
license = lib.licenses.unfree;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user