perl-B-C: fix homepage

This commit is contained in:
Robert Helgesson 2017-12-19 11:48:41 +01:00
parent 035aca9d09
commit 51fcd8831b
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -664,7 +664,7 @@ let self = _self // overrides; _self = with self; {
};
propagatedBuildInputs = [ BFlags IPCRun Opcodes ];
meta = {
homepage = http://www.perl-compiler.org;
homepage = https://github.com/rurban/perl-compiler;
description = "Perl compiler";
license = with stdenv.lib.licenses; [ artistic1 gpl1Plus ];
};