spin: update homepage to https

This commit is contained in:
Sandro
2021-04-18 19:10:52 +02:00
committed by GitHub
parent 6eeab63be4
commit 499051045f

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;
maintainers = with maintainers; [ pSub ];