aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/networking/newsreaders
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/networking/newsreaders')
-rw-r--r--nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix2
-rw-r--r--nixpkgs/pkgs/applications/networking/newsreaders/pan/default.nix2
-rw-r--r--nixpkgs/pkgs/applications/networking/newsreaders/quiterss/default.nix2
-rw-r--r--nixpkgs/pkgs/applications/networking/newsreaders/slrn/default.nix2
4 files changed, 4 insertions, 4 deletions
diff --git a/nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix b/nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix
index 6352922e33e..f1e8905089c 100644
--- a/nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix
+++ b/nixpkgs/pkgs/applications/networking/newsreaders/liferea/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "A GTK-based news feed aggregator";
- homepage = http://lzone.de/liferea/;
+ homepage = "http://lzone.de/liferea/";
license = licenses.gpl2Plus;
maintainers = with maintainers; [ vcunat romildo ];
platforms = platforms.linux;
diff --git a/nixpkgs/pkgs/applications/networking/newsreaders/pan/default.nix b/nixpkgs/pkgs/applications/networking/newsreaders/pan/default.nix
index f50d9516167..454e19fd897 100644
--- a/nixpkgs/pkgs/applications/networking/newsreaders/pan/default.nix
+++ b/nixpkgs/pkgs/applications/networking/newsreaders/pan/default.nix
@@ -39,7 +39,7 @@ stdenv.mkDerivation {
meta = {
description = "A GTK-based Usenet newsreader good at both text and binaries";
- homepage = http://pan.rebelbase.com/;
+ homepage = "http://pan.rebelbase.com/";
maintainers = [ stdenv.lib.maintainers.eelco ];
platforms = stdenv.lib.platforms.linux;
};
diff --git a/nixpkgs/pkgs/applications/networking/newsreaders/quiterss/default.nix b/nixpkgs/pkgs/applications/networking/newsreaders/quiterss/default.nix
index 2333d47d820..6fa4dc19799 100644
--- a/nixpkgs/pkgs/applications/networking/newsreaders/quiterss/default.nix
+++ b/nixpkgs/pkgs/applications/networking/newsreaders/quiterss/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
QuiteRSS is a open-source cross-platform RSS/Atom news feeds reader
written on Qt/C++
'';
- homepage = https://quiterss.org;
+ homepage = "https://quiterss.org";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ primeos ];
diff --git a/nixpkgs/pkgs/applications/networking/newsreaders/slrn/default.nix b/nixpkgs/pkgs/applications/networking/newsreaders/slrn/default.nix
index e8fff0deddf..1cc9c39c991 100644
--- a/nixpkgs/pkgs/applications/networking/newsreaders/slrn/default.nix
+++ b/nixpkgs/pkgs/applications/networking/newsreaders/slrn/default.nix
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "The slrn (S-Lang read news) newsreader";
- homepage = http://slrn.sourceforge.net/index.html;
+ homepage = "http://slrn.sourceforge.net/index.html";
maintainers = with maintainers; [ ehmry ];
license = licenses.gpl2;
platforms = with platforms; linux;