boolstuff: fix homepage url

This commit is contained in:
Matthew Bauer 2017-08-17 15:00:37 -07:00
parent f2141a96e5
commit 1a9a06e8e7

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, pkgconfig }:
let baseurl = "http://perso.b2b2c.ca/sarrazip/dev"; in
let baseurl = "https://perso.b2b2c.ca/~sarrazip/dev"; in
stdenv.mkDerivation rec {
name = "boolstuff-0.1.15";