about summary refs log tree commit diff
path: root/pkgs/applications/networking/feedreaders
diff options
context:
space:
mode:
authorDoron Behar <doron.behar@gmail.com>2021-04-10 20:38:19 +0300
committerDoron Behar <doron.behar@gmail.com>2021-04-13 09:26:32 +0300
commit72341ac04e420f2c2a0cd1fa38b61eaad7c92ec3 (patch)
treed793b44ad1c3cd5d6b17ff2a1e92aaec29ea7615 /pkgs/applications/networking/feedreaders
parenta73020b2a150322c9832b50baeb0296ba3b13dd7 (diff)
feeds: Rename to gnome-feeds
Make it reach repology's `gnome-feeds` project:

https://repology.org/project/gnome-feeds
Diffstat (limited to 'pkgs/applications/networking/feedreaders')
-rw-r--r--pkgs/applications/networking/feedreaders/gnome-feeds/default.nix (renamed from pkgs/applications/networking/feedreaders/feeds/default.nix)3
-rw-r--r--pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix (renamed from pkgs/applications/networking/feedreaders/feeds/listparser.nix)0
2 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/networking/feedreaders/feeds/default.nix b/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix
index 8b83762089d62..a80d0aa28d0dd 100644
--- a/pkgs/applications/networking/feedreaders/feeds/default.nix
+++ b/pkgs/applications/networking/feedreaders/gnome-feeds/default.nix
@@ -17,8 +17,9 @@
 , webkitgtk
 , python3
 }:
+
 python3.pkgs.buildPythonApplication rec {
-  pname = "feeds";
+  pname = "gnome-feeds";
   version = "0.16.1";
 
   src = fetchFromGitLab {
diff --git a/pkgs/applications/networking/feedreaders/feeds/listparser.nix b/pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix
index c67df416c5c6c..c67df416c5c6c 100644
--- a/pkgs/applications/networking/feedreaders/feeds/listparser.nix
+++ b/pkgs/applications/networking/feedreaders/gnome-feeds/listparser.nix