3
0
Fork 0
forked from mirrors/nixpkgs

zathura: fix broken links in meta information

This commit is contained in:
Sergey Mironov 2012-08-16 18:33:25 +04:00
parent d339184bbf
commit 51ccf1f213
6 changed files with 10 additions and 10 deletions

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
makeFlags = "PREFIX=$(out)";
meta = {
homepage = https://pwmt.org/girara/;
homepage = http://pwmt.org/projects/girara/;
description = "User interface library";
longDescription = ''
girara is a library that implements a GTK+ based VIM-like user interface

View file

@ -16,8 +16,8 @@ stdenv.mkDerivation rec {
makeFlags = "PREFIX=$(out)";
meta = {
homepage = https://pwmt.org/zathura/;
description = "A core component for zathura PDF viewer";
homepage = http://pwmt.org/projects/zathura/;
description = "A core component for zathura PDF viewer";
license = "free";
platforms = stdenv.lib.platforms.linux;

View file

@ -26,7 +26,7 @@ rec {
builder = ./builder.sh;
meta = {
homepage = https://pwmt.org/zathura/;
homepage = http://pwmt.org/projects/zathura/;
description = "A highly customizable and functional PDF viewer";
longDescription = ''
Zathura is a highly customizable and functional PDF viewer based on the

View file

@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
makeFlags = "PREFIX=$(out) PLUGINDIR=$(out)/lib";
meta = {
homepage = https://pwmt.org/zathura/;
homepage = http://pwmt.org/projects/zathura/;
description = "A zathura DJVU plugin";
longDescription = ''
The zathura-djvu plugin adds DjVu support to zathura by using the

View file

@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
makeFlags = "PREFIX=$(out) PLUGINDIR=$(out)/lib";
meta = {
homepage = https://pwmt.org/zathura/;
homepage = http://pwmt.org/projects/zathura/;
description = "A zathura PDF plugin";
longDescription = ''
The zathura-pdf-poppler plugin adds PDF support to zathura by

View file

@ -15,12 +15,12 @@ stdenv.mkDerivation rec {
makeFlags = "PREFIX=$(out) PLUGINDIR=$(out)/lib";
meta = {
homepage = https://pwmt.org/zathura/;
homepage = http://pwmt.org/projects/zathura/;
description = "A zathura PS plugin";
longDescription = ''
The zathura-ps plugin adds PS support to zathura by using the
libspectre library.
'';
The zathura-ps plugin adds PS support to zathura by using the
libspectre library.
'';
license = "free";
platforms = stdenv.lib.platforms.linux;
};