mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/postgresql-bdr-extension: fix wrong license
It seems that BDR has never been licensed under BSD, see [1] and [2].
[1]: 9848d3655d
[2]: https://github.com/2ndQuadrant/bdr-postgres/blob/bdr-pg/REL9_4_STABLE/COPYRIGHT
This commit is contained in:
parent
cbb9b88b6b
commit
f06a3758fd
@ -1,11 +1,11 @@
|
||||
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
|
||||
pkgname=postgresql-bdr-extension
|
||||
pkgver=1.0.2
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc="PostgreSQL bidirectional replication (BDR) extension"
|
||||
url="https://wiki.postgresql.org/wiki/BDR_Administration"
|
||||
arch="all"
|
||||
license="GPL"
|
||||
license="PostgreSQL"
|
||||
makedepends="$depends_dev postgresql-bdr-dev"
|
||||
subpackages="$pkgname-doc"
|
||||
#FIXME: mkdir: can't create directory 'tmp_check/data': File exists
|
||||
|
Loading…
Reference in New Issue
Block a user