summary refs log tree commit diff
path: root/pkgs/applications/graphics/ktikz/default.nix
diff options
context:
space:
mode:
authorGuillaume Maudoux <guillaume.maudoux@uclouvain.be>2019-06-05 17:54:21 +0200
committerGuillaume Maudoux <layus.on@gmail.com>2019-06-05 23:20:58 +0200
commit859f4657cd3301cd2e9cfce5e36652baa1599177 (patch)
tree31db04eb8e95e200e282811676dba662f0a48846 /pkgs/applications/graphics/ktikz/default.nix
parent3e651ac90d7c8816521c74214816780e38e5455c (diff)
downloadnixpkgs-859f4657cd3301cd2e9cfce5e36652baa1599177.tar
nixpkgs-859f4657cd3301cd2e9cfce5e36652baa1599177.tar.gz
nixpkgs-859f4657cd3301cd2e9cfce5e36652baa1599177.tar.bz2
nixpkgs-859f4657cd3301cd2e9cfce5e36652baa1599177.tar.lz
nixpkgs-859f4657cd3301cd2e9cfce5e36652baa1599177.tar.xz
nixpkgs-859f4657cd3301cd2e9cfce5e36652baa1599177.tar.zst
nixpkgs-859f4657cd3301cd2e9cfce5e36652baa1599177.zip
qtikz: add homepage
Diffstat (limited to 'pkgs/applications/graphics/ktikz/default.nix')
-rw-r--r--pkgs/applications/graphics/ktikz/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/ktikz/default.nix b/pkgs/applications/graphics/ktikz/default.nix
index 5dc2dc47da4..1f3d094e9da 100644
--- a/pkgs/applications/graphics/ktikz/default.nix
+++ b/pkgs/applications/graphics/ktikz/default.nix
@@ -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 ];