Unverified Commit bc12c1fd authored by d73027e7's avatar d73027e7 Committed by GitHub
Browse files

nusmv: fix homepage URL

The previous homepage URL contained a typo in the domain name and the path pointed to a location no longer available.
parent c960ba48
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {

  meta = with lib; {
    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 ];
    sourceProvenance = with sourceTypes; [ binaryNativeCode ];
    platforms = platforms.linux;