mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
Merge pull request #58633 from matthiasbeyer/qgit-fix-homepage
qgit: Fix meta.homepage
This commit is contained in:
commit
a2561fa76f
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue