aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/applications/editors/bviplus/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/applications/editors/bviplus/default.nix')
-rw-r--r--nixpkgs/pkgs/applications/editors/bviplus/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/applications/editors/bviplus/default.nix b/nixpkgs/pkgs/applications/editors/bviplus/default.nix
index 5fab7fe9da6..2cf094c091a 100644
--- a/nixpkgs/pkgs/applications/editors/bviplus/default.nix
+++ b/nixpkgs/pkgs/applications/editors/bviplus/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Ncurses based hex editor with a vim-like interface";
- homepage = http://bviplus.sourceforge.net;
+ homepage = "http://bviplus.sourceforge.net";
license = licenses.gpl3;
platforms = platforms.linux;
maintainers = with maintainers; [ cstrahan ];