ciscoPacketTracer{7,8}: re-add with maintainers

This commit is contained in:
Thiago Kenji Okada 2024-09-18 16:59:41 +01:00 committed by GitHub
parent e383d67656
commit 1c79bffa29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ in stdenv.mkDerivation {
homepage = "https://www.netacad.com/courses/packet-tracer";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = [];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -106,7 +106,7 @@ stdenvNoCC.mkDerivation (args: {
homepage = "https://www.netacad.com/courses/packet-tracer";
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
license = licenses.unfree;
maintainers = [];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "packettracer8";
};