nuxmv: fix homepage and rename from nuXmv (#488471)

This commit is contained in:
Jo
2026-02-18 11:01:25 +00:00
committed by GitHub
2 changed files with 3 additions and 2 deletions
@@ -7,7 +7,7 @@
}:
stdenv.mkDerivation rec {
pname = "nuXmv";
pname = "nuxmv";
version = "2.0.0";
src = fetchurl {
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Symbolic model checker for analysis of finite and infinite state systems";
homepage = "https://nuxmv.fbk.eu/pmwiki.php";
homepage = "https://nuxmv.fbk.eu/";
sourceProvenance = with lib.sourceTypes; [ binaryNativeCode ];
license = lib.licenses.unfree;
maintainers = with lib.maintainers; [ siraben ];
+1
View File
@@ -1443,6 +1443,7 @@ mapAliases {
NSPlist = throw "'NSPlist' has been renamed to/replaced by 'nsplist'"; # Converted to throw 2025-10-27
nuget-to-nix = throw "nuget-to-nix has been removed as it was deprecated in favor of nuget-to-json. Please use nuget-to-json instead"; # Added 2025-08-28
nushellFull = throw "'nushellFull' has been renamed to/replaced by 'nushell'"; # Converted to throw 2025-10-27
nuXmv = warnAlias "'nuXmv' has been renamed to 'nuxmv'" nuxmv; # Added 2026-02-08
o = throw "'o' has been renamed to/replaced by 'orbiton'"; # Converted to throw 2025-10-27
oam-tools = throw "'oam-tools' has been become part of amass"; # Added 2025-12-21
oathToolkit = throw "'oathToolkit' has been renamed to/replaced by 'oath-toolkit'"; # Converted to throw 2025-10-27