Merge pull request #152478 from jonringer/grantlee-homepage
grantlee: update homepage
This commit is contained in:
commit
caf494de48
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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue