summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-06-07 09:42:20 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2018-06-07 09:42:20 +0200
commit40c39c917311ab3faaff71cc2feb8443a75fea44 (patch)
tree87f29f27122953812c05754261fc98474b3b6033
parent98140df2e7763bffbf0872e6aad2a2d9a8617042 (diff)
downloadpgfuse-40c39c917311ab3faaff71cc2feb8443a75fea44.tar.gz
pgfuse-40c39c917311ab3faaff71cc2feb8443a75fea44.tar.bz2
adapted to new web page and git location
-rw-r--r--dist/archlinux/PKGBUILD2
-rw-r--r--dist/debian/README.source2
-rw-r--r--dist/debian/control2
-rw-r--r--dist/debian/copyright2
-rw-r--r--dist/redhat/pgfuse.spec2
5 files changed, 5 insertions, 5 deletions
diff --git a/dist/archlinux/PKGBUILD b/dist/archlinux/PKGBUILD
index 787d8e5..ee4a81d 100644
--- a/dist/archlinux/PKGBUILD
+++ b/dist/archlinux/PKGBUILD
@@ -6,7 +6,7 @@ _mainpkgver=0.0.2
pkgver=${_mainpkgver}
pkgrel=1
pkgdesc="FUSE-based file system with a PostgreSQL storage backend"
-url="https://github.com/andreasbaumann/pgfuse"
+url="http://www.pgfuse.org"
license=('GPL3')
arch=('i686' 'x86_64')
depends=('fuse' 'postgresql-libs')
diff --git a/dist/debian/README.source b/dist/debian/README.source
index 3a40965..ed9ea57 100644
--- a/dist/debian/README.source
+++ b/dist/debian/README.source
@@ -4,4 +4,4 @@ pgfuse for Debian
All debian specific build files are in 'debian/.'.
Changes should always be done to the main GIT repository at
-git://github.com:andreasbaumann/pgfuse
+git://git.andreasbaumann.cc/pgfuse
diff --git a/dist/debian/control b/dist/debian/control
index 7e7d999..6824732 100644
--- a/dist/debian/control
+++ b/dist/debian/control
@@ -5,7 +5,7 @@ Maintainer: Andreas Baumann <mail@andreasbaumann.cc>
Build-Depends: debhelper (>= 4.1.16), pkg-config,
libpq-dev, libfuse-dev
Standards-Version: 3.8.3
-Homepage: https://github.com/andreasbaumann/pgfuse
+Homepage: http://www.pgfuse.org
Package: pgfuse
Architecture: any
diff --git a/dist/debian/copyright b/dist/debian/copyright
index e5d8eec..0e96972 100644
--- a/dist/debian/copyright
+++ b/dist/debian/copyright
@@ -2,7 +2,7 @@ This work was packaged for Debian by:
Andreas Baumann <mail@andreasbaumann.cc> on Fri, 20 Apr 2012 17:48:00 +0200
-It was downloaded from https://github.com/andreasbaumann/pgfuse
+It was downloaded from http://www.pgfuse.org
Upstream Author(s):
diff --git a/dist/redhat/pgfuse.spec b/dist/redhat/pgfuse.spec
index c210589..26ae9dc 100644
--- a/dist/redhat/pgfuse.spec
+++ b/dist/redhat/pgfuse.spec
@@ -140,7 +140,7 @@ Group: System/Filesystems
Source: %{name}_%{main_version}.tar.gz
-URL: https://github.com/andreasbaumann/pgfuse
+URL: http://www.pgfuse.org
BuildRoot: %{_tmppath}/%{name}-root