grantlee: update homepage

This commit is contained in:
Jonathan Ringer 2021-12-28 09:11:18 -08:00
parent 1e01453b30
commit e46438d504
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0
2 changed files with 2 additions and 2 deletions

View file

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

View file

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