summary refs log tree commit diff
path: root/pkgs/desktops/lxqt/core/lxqt-themes/default.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2018-05-21 22:24:38 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2018-07-26 14:04:27 -0300
commit8a32b379e217a009b1141f395b0cba1adaafe163 (patch)
tree77c06ab612fa5709b7de1dc3e302d671f1b96bb4 /pkgs/desktops/lxqt/core/lxqt-themes/default.nix
parent886871538c15681575925a990a3f1b68ed9d5477 (diff)
downloadnixpkgs-8a32b379e217a009b1141f395b0cba1adaafe163.tar
nixpkgs-8a32b379e217a009b1141f395b0cba1adaafe163.tar.gz
nixpkgs-8a32b379e217a009b1141f395b0cba1adaafe163.tar.bz2
nixpkgs-8a32b379e217a009b1141f395b0cba1adaafe163.tar.lz
nixpkgs-8a32b379e217a009b1141f395b0cba1adaafe163.tar.xz
nixpkgs-8a32b379e217a009b1141f395b0cba1adaafe163.tar.zst
nixpkgs-8a32b379e217a009b1141f395b0cba1adaafe163.zip
lxqt: source moved to the lxqt organization in github
Diffstat (limited to 'pkgs/desktops/lxqt/core/lxqt-themes/default.nix')
-rw-r--r--pkgs/desktops/lxqt/core/lxqt-themes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/desktops/lxqt/core/lxqt-themes/default.nix b/pkgs/desktops/lxqt/core/lxqt-themes/default.nix
index 5f996c78643..1d2301d4a3b 100644
--- a/pkgs/desktops/lxqt/core/lxqt-themes/default.nix
+++ b/pkgs/desktops/lxqt/core/lxqt-themes/default.nix
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
   version = "0.13.0";
 
   src = fetchFromGitHub {
-    owner = "lxde";
+    owner = "lxqt";
     repo = pname;
     rev = version;
     sha256 = "026hbblxdbq48n9691b1z1xiak99khsk3wf09vn4iaj5zi7dwhw5";
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Themes, graphics and icons for LXQt";
-    homepage = https://github.com/lxde/lxqt-themes;
+    homepage = https://github.com/lxqt/lxqt-themes;
     license = licenses.lgpl21;
     platforms = with platforms; unix;
     maintainers = with maintainers; [ romildo ];