boolstuff: fix homepage

This commit is contained in:
Jörg Thalheim 2021-08-22 16:04:26 +02:00
parent 11e5c3ac4b
commit 5bc63f63ff

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
meta = {
description = "Library for operations on boolean expression binary trees";
homepage = "https://perso.b2b2c.ca/~sarrazip/dev/boolstuff.html";
homepage = "http://perso.b2b2c.ca/~sarrazip/dev/boolstuff.html";
license = "GPL";
maintainers = [ lib.maintainers.marcweber ];
platforms = lib.platforms.all;