lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

lxqt: source moved to the lxqt organization in github

+61 -61
+2 -2
pkgs/desktops/lxqt/base/liblxqt/default.nix
··· 7 7 version = "0.12.0"; 8 8 9 9 src = fetchFromGitHub { 10 - owner = "lxde"; 10 + owner = "lxqt"; 11 11 repo = pname; 12 12 rev = version; 13 13 sha256 = "1852vfbkbpw49i8ad682jhqmnskmc9a90qwpalipgak7m64azg3j"; ··· 38 38 39 39 meta = with stdenv.lib; { 40 40 description = "Core utility library for all LXQt components"; 41 - homepage = https://github.com/lxde/liblxqt; 41 + homepage = https://github.com/lxqt/liblxqt; 42 42 license = licenses.lgpl21Plus; 43 43 platforms = with platforms; unix; 44 44 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/base/libqtxdg/default.nix
··· 5 5 version = "3.1.0"; 6 6 7 7 src = fetchFromGitHub { 8 - owner = "lxde"; 8 + owner = "lxqt"; 9 9 repo = "libqtxdg"; 10 10 rev = version; 11 11 sha256 = "03kdrx5sgrl93yband87n30i0k2mv6dknwdw2adz45j5z9rhd3z6"; ··· 25 25 26 26 meta = with stdenv.lib; { 27 27 description = "Qt implementation of freedesktop.org xdg specs"; 28 - homepage = https://github.com/lxde/libqtxdg; 28 + homepage = https://github.com/lxqt/libqtxdg; 29 29 license = licenses.lgpl21; 30 30 platforms = with platforms; unix; 31 31 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/base/libsysstat/default.nix
··· 5 5 version = "0.4.1"; 6 6 7 7 src = fetchFromGitHub { 8 - owner = "lxde"; 8 + owner = "lxqt"; 9 9 repo = "libsysstat"; 10 10 rev = version; 11 11 sha256 = "0ad5pcr5lq1hvrfijvddvz2fvsmh1phb54wb0f756av0kyiwq0gb"; ··· 17 17 18 18 meta = with stdenv.lib; { 19 19 description = "Library used to query system info and statistics"; 20 - homepage = https://github.com/lxde/libsysstat; 20 + homepage = https://github.com/lxqt/libsysstat; 21 21 license = licenses.lgpl21Plus; 22 22 platforms = with platforms; unix; 23 23 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/base/lxqt-build-tools/default.nix
··· 5 5 version = "0.5.0"; 6 6 7 7 src = fetchFromGitHub { 8 - owner = "lxde"; 8 + owner = "lxqt"; 9 9 repo = "lxqt-build-tools"; 10 10 rev = version; 11 11 sha256 = "0dcwzrijmn4sgivmy2zwz3xa4y69pwhranyw0m90g0pp55di2psz"; ··· 19 19 20 20 meta = with stdenv.lib; { 21 21 description = "Various packaging tools and scripts for LXQt applications"; 22 - homepage = https://github.com/lxde/lxqt-build-tools; 22 + homepage = https://github.com/lxqt/lxqt-build-tools; 23 23 license = licenses.lgpl21; 24 24 platforms = with platforms; unix; 25 25 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/libfm-qt/default.nix
··· 10 10 version = "0.13.1"; 11 11 12 12 src = fetchFromGitHub { 13 - owner = "lxde"; 13 + owner = "lxqt"; 14 14 repo = pname; 15 15 rev = version; 16 16 sha256 = "1g8j1lw74qvagqhqsx45b290fjwh3jfl3i0366m0w4la03v0rw5j"; ··· 38 38 39 39 meta = with stdenv.lib; { 40 40 description = "Core library of PCManFM-Qt (Qt binding for libfm)"; 41 - homepage = https://github.com/lxde/libfm-qt; 41 + homepage = https://github.com/lxqt/libfm-qt; 42 42 license = licenses.lgpl21; 43 43 platforms = with platforms; unix; 44 44 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-about/default.nix
··· 6 6 version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "13knjxbnq0mh9jgkllarf6rjxkvj2c93l0srnlrqp3939gcpwxh3"; ··· 30 30 31 31 meta = with stdenv.lib; { 32 32 description = "Dialogue window providing information about LXQt and the system it's running on"; 33 - homepage = https://github.com/lxde/lxqt-about; 33 + homepage = https://github.com/lxqt/lxqt-about; 34 34 license = licenses.lgpl21; 35 35 platforms = with platforms; unix; 36 36 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-admin/default.nix
··· 6 6 version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "0dg3gm5m19dc4jarh8xcn0mcnpgxzz7nhy5dzm8chddaa6pdm7vi"; ··· 31 31 32 32 meta = with stdenv.lib; { 33 33 description = "LXQt system administration tool"; 34 - homepage = https://github.com/lxde/lxqt-admin; 34 + homepage = https://github.com/lxqt/lxqt-admin; 35 35 license = licenses.lgpl21; 36 36 platforms = with platforms; unix; 37 37 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-config/default.nix
··· 6 6 version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "1ccxkdfhgf40jxiy0132yr9b28skvs9yr8j75w663hnqi6ccn377"; ··· 43 43 44 44 meta = with stdenv.lib; { 45 45 description = "Tools to configure LXQt and the underlying operating system"; 46 - homepage = https://github.com/lxde/lxqt-config; 46 + homepage = https://github.com/lxqt/lxqt-config; 47 47 license = licenses.lgpl21; 48 48 platforms = with platforms; unix; 49 49 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-globalkeys/default.nix
··· 6 6 version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "14icyik9x47wi3gfkmkyhag26a2ivyc42f4f8qwdgbr3dcg10b9a"; ··· 38 38 39 39 meta = with stdenv.lib; { 40 40 description = "Daemon used to register global keyboard shortcuts"; 41 - homepage = https://github.com/lxde/lxqt-globalkeys; 41 + homepage = https://github.com/lxqt/lxqt-globalkeys; 42 42 license = licenses.lgpl21; 43 43 platforms = with platforms; unix; 44 44 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-l10n/default.nix
··· 5 5 version = "0.13.0"; 6 6 7 7 src = fetchFromGitHub { 8 - owner = "lxde"; 8 + owner = "lxqt"; 9 9 repo = "lxqt-l10n"; 10 10 rev = version; 11 11 sha256 = "0q1hzj6sa4wc8sgqqqsqfldjpnvihacfq73agvc2li3q6qi5rr0k"; ··· 24 24 25 25 meta = with stdenv.lib; { 26 26 description = "Translations of LXQt"; 27 - homepage = https://github.com/lxde/lxqt-l10n; 27 + homepage = https://github.com/lxqt/lxqt-l10n; 28 28 license = licenses.lgpl21Plus; 29 29 platforms = with platforms; unix; 30 30 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-notificationd/default.nix
··· 6 6 version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "0pmpdqgnb2dfxw5lirh89j8hnrwwcn2zc64byg4zi0xdvq6qms43"; ··· 36 36 37 37 meta = with stdenv.lib; { 38 38 description = "The LXQt notification daemon"; 39 - homepage = https://github.com/lxde/lxqt-notificationd; 39 + homepage = https://github.com/lxqt/lxqt-notificationd; 40 40 license = licenses.lgpl21; 41 41 platforms = with platforms; unix; 42 42 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-openssh-askpass/default.nix
··· 6 6 version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "16xcw4yll6i9vij16kdb10s4aq2s57x4yjlwv6d8r75y5gq9iiw6"; ··· 31 31 32 32 meta = with stdenv.lib; { 33 33 description = "GUI to query passwords on behalf of SSH agents"; 34 - homepage = https://github.com/lxde/lxqt-openssh-askpass; 34 + homepage = https://github.com/lxqt/lxqt-openssh-askpass; 35 35 license = licenses.lgpl21; 36 36 platforms = with platforms; unix; 37 37 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-panel/default.nix
··· 13 13 version = "0.12.0"; 14 14 15 15 src = fetchFromGitHub { 16 - owner = "lxde"; 16 + owner = "lxqt"; 17 17 repo = pname; 18 18 rev = version; 19 19 sha256 = "01xmnb17jpydyfvxwaa6kymzdasnyd94z62gjah8y4pzsmykcr4x"; ··· 63 63 64 64 meta = with stdenv.lib; { 65 65 description = "The LXQt desktop panel"; 66 - homepage = https://github.com/lxde/lxqt-panel; 66 + homepage = https://github.com/lxqt/lxqt-panel; 67 67 license = licenses.lgpl21; 68 68 platforms = with platforms; unix; 69 69 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-policykit/default.nix
··· 10 10 version = "0.12.0"; 11 11 12 12 src = fetchFromGitHub { 13 - owner = "lxde"; 13 + owner = "lxqt"; 14 14 repo = pname; 15 15 rev = version; 16 16 sha256 = "1hxz5bxxi118g255aqb3da767va0wd25y671lk2w9r1641j8zf2d"; ··· 43 43 44 44 meta = with stdenv.lib; { 45 45 description = "The LXQt PolicyKit agent"; 46 - homepage = https://github.com/lxde/lxqt-policykit; 46 + homepage = https://github.com/lxqt/lxqt-policykit; 47 47 license = licenses.lgpl21; 48 48 platforms = with platforms; unix; 49 49 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-powermanagement/default.nix
··· 6 6 version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "1fxklxmvjaykdpf0nj6cpgwx4yf52087g25k1zdak9n0l9n7hm8d"; ··· 38 38 39 39 meta = with stdenv.lib; { 40 40 description = "Power management module for LXQt"; 41 - homepage = https://github.com/lxde/lxqt-powermanagement; 41 + homepage = https://github.com/lxqt/lxqt-powermanagement; 42 42 license = licenses.lgpl21; 43 43 platforms = with platforms; unix; 44 44 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-qtplugin/default.nix
··· 10 10 version = "0.13.0"; 11 11 12 12 src = fetchFromGitHub { 13 - owner = "lxde"; 13 + owner = "lxqt"; 14 14 repo = pname; 15 15 rev = version; 16 16 sha256 = "19y5dvbj7gwyh8glc6vi6hb5snvkd3jwvss6j0sn2sy2gp9g9ryb"; ··· 38 38 39 39 meta = with stdenv.lib; { 40 40 description = "LXQt Qt platform integration plugin"; 41 - homepage = https://github.com/lxde/lxqt-qtplugin; 41 + homepage = https://github.com/lxqt/lxqt-qtplugin; 42 42 license = licenses.lgpl21; 43 43 platforms = with platforms; unix; 44 44 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-runner/default.nix
··· 7 7 version = "0.12.0"; 8 8 9 9 src = fetchFromGitHub { 10 - owner = "lxde"; 10 + owner = "lxqt"; 11 11 repo = pname; 12 12 rev = version; 13 13 sha256 = "1354vdaskhch1n8v3kdy15nszgqb1092csr84nbhymzgrhrq1093"; ··· 42 42 43 43 meta = with stdenv.lib; { 44 44 description = "Tool used to launch programs quickly by typing their names"; 45 - homepage = https://github.com/lxde/lxqt-runner; 45 + homepage = https://github.com/lxqt/lxqt-runner; 46 46 license = licenses.lgpl21; 47 47 platforms = with platforms; unix; 48 48 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-session/default.nix
··· 6 6 version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "03gi9svxqsfjhk5ifbaalq9i44ggx8afwms1hb312czqn82wrszb"; ··· 42 42 43 43 meta = with stdenv.lib; { 44 44 description = "An alternative session manager ported from the original razor-session"; 45 - homepage = https://github.com/lxde/lxqt-session; 45 + homepage = https://github.com/lxqt/lxqt-session; 46 46 license = licenses.lgpl21; 47 47 platforms = with platforms; unix; 48 48 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-sudo/default.nix
··· 6 6 version = "0.12.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "0ql436yb51qwbnj5gbzvqi4rqx4zkmja5rdjs6yavb1x8ggn1jv6"; ··· 32 32 33 33 meta = with stdenv.lib; { 34 34 description = "GUI frontend for sudo/su"; 35 - homepage = https://github.com/lxde/lxqt-sudo; 35 + homepage = https://github.com/lxqt/lxqt-sudo; 36 36 license = licenses.lgpl21; 37 37 platforms = with platforms; unix; 38 38 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/lxqt-themes/default.nix
··· 6 6 version = "0.13.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "026hbblxdbq48n9691b1z1xiak99khsk3wf09vn4iaj5zi7dwhw5"; ··· 26 26 27 27 meta = with stdenv.lib; { 28 28 description = "Themes, graphics and icons for LXQt"; 29 - homepage = https://github.com/lxde/lxqt-themes; 29 + homepage = https://github.com/lxqt/lxqt-themes; 30 30 license = licenses.lgpl21; 31 31 platforms = with platforms; unix; 32 32 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/pavucontrol-qt/default.nix
··· 6 6 version = "0.4.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "1bxqpasfvaagbq8azl7536z2zk2725xg7jkvad5xh95zq1gb4hgk"; ··· 30 30 31 31 meta = with stdenv.lib; { 32 32 description = "A Pulseaudio mixer in Qt (port of pavucontrol)"; 33 - homepage = https://github.com/lxde/pavucontrol-qt; 33 + homepage = https://github.com/lxqt/pavucontrol-qt; 34 34 license = licenses.gpl2; 35 35 platforms = with platforms; linux; 36 36 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/pcmanfm-qt/default.nix
··· 6 6 version = "0.13.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "0xnhdxx45fmbi5dqic3j2f7yq01s0xysimafj5zqs0a29zw3i4m0"; ··· 39 39 40 40 meta = with stdenv.lib; { 41 41 description = "File manager and desktop icon manager (Qt port of PCManFM and libfm)"; 42 - homepage = https://github.com/lxde/pcmanfm-qt; 42 + homepage = https://github.com/lxqt/pcmanfm-qt; 43 43 license = licenses.gpl2; 44 44 platforms = with platforms; unix; 45 45 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/qtermwidget/0.7.1.nix
··· 6 6 version = "0.7.1"; 7 7 8 8 srcs = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "0awp33cnkpi9brpx01mz5hwj7j2lq1wdi8cabk3wassd99vvxdxz"; ··· 18 18 19 19 meta = with stdenv.lib; { 20 20 description = "A terminal emulator widget for Qt 5"; 21 - homepage = https://github.com/lxde/qtermwidget; 21 + homepage = https://github.com/lxqt/qtermwidget; 22 22 license = licenses.gpl2; 23 23 platforms = with platforms; unix; 24 24 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/core/qtermwidget/default.nix
··· 6 6 version = "0.9.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "05gbdjzgmcr3ljs9ba3qvh7a3v6yn6vakwfy8avld9gy5bdd76rg"; ··· 20 20 21 21 meta = with stdenv.lib; { 22 22 description = "A terminal emulator widget for Qt 5"; 23 - homepage = https://github.com/lxde/qtermwidget; 23 + homepage = https://github.com/lxqt/qtermwidget; 24 24 license = licenses.gpl2; 25 25 platforms = with platforms; unix; 26 26 maintainers = with maintainers; [ romildo ];
+1 -1
pkgs/desktops/lxqt/default.nix
··· 4 4 packages = self: with self; { 5 5 6 6 # For compiling information, see: 7 - # - https://github.com/lxde/lxqt/wiki/Building-from-source 7 + # - https://github.com/lxqt/lxqt/wiki/Building-from-source 8 8 9 9 ### BASE 10 10 libqtxdg = callPackage ./base/libqtxdg { };
+2 -2
pkgs/desktops/lxqt/optional/compton-conf/default.nix
··· 6 6 version = "0.4.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "1r187fx1vivzq1gcwwawax36mnlmfig5j1ba4s4wfdi3q2wcq7mw"; ··· 33 33 34 34 meta = with stdenv.lib; { 35 35 description = "GUI configuration tool for compton X composite manager"; 36 - homepage = https://github.com/lxde/compton-conf; 36 + homepage = https://github.com/lxqt/compton-conf; 37 37 license = licenses.lgpl21; 38 38 platforms = with platforms; unix; 39 39 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/optional/lximage-qt/default.nix
··· 6 6 version = "0.7.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "1slmaic9cmj5lqa5kwc1qfbbycwh8840wnkg0nxc99ls0aazlpzi"; ··· 34 34 35 35 meta = with stdenv.lib; { 36 36 description = "The image viewer and screenshot tool for lxqt"; 37 - homepage = https://github.com/lxde/lximage-qt; 37 + homepage = https://github.com/lxqt/lximage-qt; 38 38 license = licenses.gpl2; 39 39 platforms = with platforms; unix; 40 40 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/optional/obconf-qt/default.nix
··· 6 6 version = "0.13.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "0mixf35p7b563f77vnikk9b1wqhbdawp723sd30rfql76gkjwjcn"; ··· 34 34 35 35 meta = with stdenv.lib; { 36 36 description = "The Qt port of obconf, the Openbox configuration tool"; 37 - homepage = https://github.com/lxde/obconf-qt; 37 + homepage = https://github.com/lxqt/obconf-qt; 38 38 license = licenses.gpl2; 39 39 platforms = with platforms; unix; 40 40 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/optional/qps/default.nix
··· 6 6 version = "1.10.17"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "QtDesktop"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "1d5r6w9wsxjdrzq2hllrj2n1d9azy6g05hg0w0s6pikrmn1yl0a3"; ··· 18 18 19 19 meta = with stdenv.lib; { 20 20 description = "The Qt process manager"; 21 - homepage = https://github.com/QtDesktop/qps; 21 + homepage = https://github.com/lxqt/qps; 22 22 license = licenses.gpl2; 23 23 maintainers = with maintainers; [ romildo ]; 24 24 platforms = with platforms; unix;
+2 -2
pkgs/desktops/lxqt/optional/qterminal/default.nix
··· 6 6 version = "0.9.0"; 7 7 8 8 src = fetchFromGitHub { 9 - owner = "lxde"; 9 + owner = "lxqt"; 10 10 repo = pname; 11 11 rev = version; 12 12 sha256 = "1z9wlyj5i192jfq3dcxjf8wzx9x332f19c9ll7zv69cq21kyy9wn"; ··· 28 28 29 29 meta = with stdenv.lib; { 30 30 description = "A lightweight Qt-based terminal emulator"; 31 - homepage = https://github.com/lxde/qterminal; 31 + homepage = https://github.com/lxqt/qterminal; 32 32 license = licenses.gpl2; 33 33 platforms = with platforms; unix; 34 34 maintainers = with maintainers; [ romildo ];
+2 -2
pkgs/desktops/lxqt/optional/screengrab/default.nix
··· 5 5 version = "1.97"; 6 6 7 7 src = fetchFromGitHub { 8 - owner = "QtDesktop"; 8 + owner = "lxqt"; 9 9 repo = "screengrab"; 10 10 rev = version; 11 11 sha256 = "0qhdxnv1pz745qgvdv5x7kyfx9dz9rrq0wxyfimppzxcszv4pl2z"; ··· 26 26 27 27 meta = with stdenv.lib; { 28 28 description = "Crossplatform tool for fast making screenshots"; 29 - homepage = https://github.com/lxde/screengrab; 29 + homepage = https://github.com/lxqt/screengrab; 30 30 license = licenses.gpl2; 31 31 platforms = with platforms; unix; 32 32 maintainers = with maintainers; [ romildo ];