qtikz: add homepage

This commit is contained in:
Guillaume Maudoux
2019-06-05 23:20:58 +02:00
committed by Guillaume Maudoux
parent 3e651ac90d
commit 859f4657cd
@@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Editor for the TikZ language";
homepage = "https://github.com/fhackenberger/ktikz";
license = licenses.gpl2;
platforms = platforms.linux;
maintainers = [ maintainers.layus ];