From 8c5a331e745e63c806cdee2e7f55deeb632aed94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Klitzing?= Date: Fri, 24 Mar 2017 10:03:52 +0100 Subject: [PATCH] testing/cppcheck: claim maintainership and move to community --- {testing => community}/cppcheck/APKBUILD | 2 +- {testing => community}/cppcheck/set_datadir.patch | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {testing => community}/cppcheck/APKBUILD (97%) rename {testing => community}/cppcheck/set_datadir.patch (100%) diff --git a/testing/cppcheck/APKBUILD b/community/cppcheck/APKBUILD similarity index 97% rename from testing/cppcheck/APKBUILD rename to community/cppcheck/APKBUILD index b69c3f641fa..1ee475052fb 100644 --- a/testing/cppcheck/APKBUILD +++ b/community/cppcheck/APKBUILD @@ -1,5 +1,5 @@ # Contributor: August Klein -# Maintainer: August Klein +# Maintainer: André Klitzing pkgname=cppcheck pkgver=1.77 pkgrel=0 diff --git a/testing/cppcheck/set_datadir.patch b/community/cppcheck/set_datadir.patch similarity index 100% rename from testing/cppcheck/set_datadir.patch rename to community/cppcheck/set_datadir.patch