Merge pull request #12041 from kragniz/patch-1
qmltermwidget: fix homepage url
This commit is contained in:
commit
ab136e6e96
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user