Merge pull request #58633 from matthiasbeyer/qgit-fix-homepage

qgit: Fix meta.homepage
This commit is contained in:
markuskowa 2019-04-01 10:45:24 +02:00 committed by GitHub
commit a2561fa76f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
license = licenses.gpl2;
homepage = http://libre.tibirna.org/projects/qgit/wiki/QGit;
homepage = https://github.com/tibirna/qgit;
description = "Graphical front-end to Git";
maintainers = with maintainers; [ peterhoeg markuskowa ];
inherit (qtbase.meta) platforms;