grantlee: update homepage

main
Jonathan Ringer 3 years ago
parent 1e01453b30
commit e46438d504
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0
  1. 2
      pkgs/development/libraries/grantlee/5/default.nix
  2. 2
      pkgs/development/libraries/grantlee/default.nix

@ -46,7 +46,7 @@ mkDerivation rec {
The syntax is intended to follow the syntax of the Django template system,
and the design of Django is reused in Grantlee.'';
homepage = "http://gitorious.org/grantlee";
homepage = "https://github.com/steveire/grantlee";
maintainers = [ maintainers.ttuegel ];
license = licenses.lgpl21;
inherit (qtbase.meta) platforms;

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
The syntax is intended to follow the syntax of the Django template system,
and the design of Django is reused in Grantlee.'';
homepage = "http://gitorious.org/grantlee";
homepage = "https://github.com/steveire/grantlee";
license = lib.licenses.lgpl21;
inherit (qt4.meta) platforms;
};

Loading…
Cancel
Save