Merge pull request #152478 from jonringer/grantlee-homepage

grantlee: update homepage
This commit is contained in:
Bobby Rong 2021-12-29 09:41:55 +08:00 committed by GitHub
commit caf494de48
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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,
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;

View file

@ -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;
};