zathura: fix broken links in meta information
This commit is contained in:
parent
d339184bbf
commit
51ccf1f213
pkgs/applications/misc
girara
zathura
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = "PREFIX=$(out)";
|
makeFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://pwmt.org/girara/;
|
homepage = http://pwmt.org/projects/girara/;
|
||||||
description = "User interface library";
|
description = "User interface library";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
girara is a library that implements a GTK+ based VIM-like user interface
|
girara is a library that implements a GTK+ based VIM-like user interface
|
||||||
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = "PREFIX=$(out)";
|
makeFlags = "PREFIX=$(out)";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://pwmt.org/zathura/;
|
homepage = http://pwmt.org/projects/zathura/;
|
||||||
description = "A core component for zathura PDF viewer";
|
description = "A core component for zathura PDF viewer";
|
||||||
license = "free";
|
license = "free";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
@ -26,7 +26,7 @@ rec {
|
|||||||
builder = ./builder.sh;
|
builder = ./builder.sh;
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://pwmt.org/zathura/;
|
homepage = http://pwmt.org/projects/zathura/;
|
||||||
description = "A highly customizable and functional PDF viewer";
|
description = "A highly customizable and functional PDF viewer";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
Zathura is a highly customizable and functional PDF viewer based on the
|
Zathura is a highly customizable and functional PDF viewer based on the
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = "PREFIX=$(out) PLUGINDIR=$(out)/lib";
|
makeFlags = "PREFIX=$(out) PLUGINDIR=$(out)/lib";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://pwmt.org/zathura/;
|
homepage = http://pwmt.org/projects/zathura/;
|
||||||
description = "A zathura DJVU plugin";
|
description = "A zathura DJVU plugin";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
The zathura-djvu plugin adds DjVu support to zathura by using the
|
The zathura-djvu plugin adds DjVu support to zathura by using the
|
||||||
|
@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = "PREFIX=$(out) PLUGINDIR=$(out)/lib";
|
makeFlags = "PREFIX=$(out) PLUGINDIR=$(out)/lib";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://pwmt.org/zathura/;
|
homepage = http://pwmt.org/projects/zathura/;
|
||||||
description = "A zathura PDF plugin";
|
description = "A zathura PDF plugin";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
The zathura-pdf-poppler plugin adds PDF support to zathura by
|
The zathura-pdf-poppler plugin adds PDF support to zathura by
|
||||||
|
@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = "PREFIX=$(out) PLUGINDIR=$(out)/lib";
|
makeFlags = "PREFIX=$(out) PLUGINDIR=$(out)/lib";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = https://pwmt.org/zathura/;
|
homepage = http://pwmt.org/projects/zathura/;
|
||||||
description = "A zathura PS plugin";
|
description = "A zathura PS plugin";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
The zathura-ps plugin adds PS support to zathura by using the
|
The zathura-ps plugin adds PS support to zathura by using the
|
||||||
|
Loading…
Reference in New Issue
Block a user