Merge pull request #119814 from SuperSandro2000/SuperSandro2000-patch-2

spin: update homepage to https
This commit is contained in:
Sandro
2021-04-19 05:04:53 +02:00
committed by GitHub

View File

@@ -38,7 +38,7 @@ in stdenv.mkDerivation rec {
meta = with lib; {
description = "Formal verification tool for distributed software systems";
homepage = "http://spinroot.com/";
homepage = "https://spinroot.com/";
license = licenses.free;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainers; [ pSub ];