From 71add7c23276fe5fd69d9b6b49b1a672843db55b Mon Sep 17 00:00:00 2001 From: Duncaen Date: Mon, 3 Jul 2023 13:10:48 +0200 Subject: [PATCH] srcpkgs: orphan never updated packages --- srcpkgs/firehol/template | 2 +- srcpkgs/podman-compose/template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/firehol/template b/srcpkgs/firehol/template index 228584e4780..52fe7ac2e78 100644 --- a/srcpkgs/firehol/template +++ b/srcpkgs/firehol/template @@ -7,7 +7,7 @@ configure_args="--disable-doc --disable-man" hostmakedepends="automake iproute2 kmod procps-ng iprange iputils traceroute curl ipset tar" depends="iproute2 kmod procps-ng iprange iputils traceroute curl ipset" short_desc="Firewall for humans" -maintainer="juan " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/firehol/firehol/" distfiles="https://github.com/firehol/firehol/archive/v${version}.tar.gz" diff --git a/srcpkgs/podman-compose/template b/srcpkgs/podman-compose/template index 205691f08dc..1902d68f1b3 100644 --- a/srcpkgs/podman-compose/template +++ b/srcpkgs/podman-compose/template @@ -6,7 +6,7 @@ build_style=python3-module hostmakedepends="python3-setuptools" depends="podman python3-yaml python3-dotenv" short_desc="Script to run docker-compose.yml using podman" -maintainer="juan " +maintainer="Orphaned " license="GPL-2.0-or-later" homepage="https://github.com/containers/podman-compose" distfiles="https://github.com/containers/podman-compose/archive/v${version}.tar.gz"