ciscoPacketTracer{7,8}: disown (#342352)

This commit is contained in:
Thiago Kenji Okada 2024-11-29 15:18:51 +00:00 committed by GitHub
commit 5436a94e65
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 = with maintainers; [ lucasew ];
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 = with maintainers; [ lucasew ];
maintainers = with maintainers; [ ];
platforms = [ "x86_64-linux" ];
mainProgram = "packettracer8";
};