nusmv: fix homepage URL (#341594)
This commit is contained in:
commit
81f25b1083
@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "New symbolic model checker for the analysis of synchronous finite-state and infinite-state systems";
|
description = "New symbolic model checker for the analysis of synchronous finite-state and infinite-state systems";
|
||||||
homepage = "https://nuxmv.fbk.eu/pmwiki.php";
|
homepage = "https://nusmv.fbk.eu/";
|
||||||
maintainers = with maintainers; [ mgttlinger ];
|
maintainers = with maintainers; [ mgttlinger ];
|
||||||
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
|
Loading…
Reference in New Issue
Block a user