aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/office/qownnotes/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/office/qownnotes/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/office/qownnotes/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/office/qownnotes/default.nix b/nixpkgs/pkgs/applications/office/qownnotes/default.nix
index fa2c67709fb..99b021429a6 100644
--- a/nixpkgs/pkgs/applications/office/qownnotes/default.nix
+++ b/nixpkgs/pkgs/applications/office/qownnotes/default.nix
@@ -19,7 +19,7 @@ mkDerivation rec {
meta = with lib; {
description = "Plain-text file notepad and todo-list manager with markdown support and ownCloud / Nextcloud integration";
- homepage = https://www.qownnotes.org/;
+ homepage = "https://www.qownnotes.org/";
platforms = platforms.all;
license = licenses.gpl2;
maintainers = with maintainers; [ dtzWill ];