about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications')
-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