grantlee: update homepage

This commit is contained in:
Jonathan Ringer
2021-12-28 09:11:18 -08:00
parent 1e01453b30
commit e46438d504
2 changed files with 2 additions and 2 deletions
@@ -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;
};