qgit: Fix meta.homepage
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
This commit is contained in:
parent
9ba43c07cb
commit
a9d4d87f05
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
homepage = http://libre.tibirna.org/projects/qgit/wiki/QGit;
|
homepage = https://github.com/tibirna/qgit;
|
||||||
description = "Graphical front-end to Git";
|
description = "Graphical front-end to Git";
|
||||||
maintainers = with maintainers; [ peterhoeg markuskowa ];
|
maintainers = with maintainers; [ peterhoeg markuskowa ];
|
||||||
inherit (qtbase.meta) platforms;
|
inherit (qtbase.meta) platforms;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user