1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Merge pull request #12041 from kragniz/patch-1

qmltermwidget: fix homepage url
This commit is contained in:
Arseniy Seroka 2015-12-31 14:56:29 +03:00
commit ab136e6e96

View file

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A QML port of qtermwidget";
homepage = "https://github.com/Swordifish90/qmltermwidget";
homepage = "https://github.com/Swordfish90/qmltermwidget";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ skeidel ];