Merge pull request #119814 from SuperSandro2000/SuperSandro2000-patch-2
spin: update homepage to https
This commit is contained in:
commit
d1bbef4135
@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Formal verification tool for distributed software systems";
|
description = "Formal verification tool for distributed software systems";
|
||||||
homepage = "http://spinroot.com/";
|
homepage = "https://spinroot.com/";
|
||||||
license = licenses.free;
|
license = licenses.free;
|
||||||
platforms = platforms.linux ++ platforms.darwin;
|
platforms = platforms.linux ++ platforms.darwin;
|
||||||
maintainers = with maintainers; [ pSub ];
|
maintainers = with maintainers; [ pSub ];
|
||||||
|
Loading…
Reference in New Issue
Block a user