From 3a9f338989da7a3eb2d62391bcaa539f96967849 Mon Sep 17 00:00:00 2001 From: Tom Ootes Date: Fri, 22 May 2026 08:38:01 +0200 Subject: [PATCH 1/2] fix: add warning to readme that this repo is now obsolete --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2c213ad..e008b18 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Publiccode Checker +> **Warning: This repository is obsolete.** publiccode.yml validation is now supported by the [DON Checker](https://developer-overheid-nl.github.io/don-checker/). Please use that tool instead. + This repository contains a checker (validation & linting) for the [Publiccode.ymnl]. URL: https://developer-overheid-nl.github.io/publiccode-checker/ From 507660837dfc7f78ded314874196d074e8523a83 Mon Sep 17 00:00:00 2001 From: Tom Ootes Date: Fri, 22 May 2026 08:38:21 +0200 Subject: [PATCH 2/2] fix: set pc.yml to obsolete since don-checker supports pc.yml now --- publiccode.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publiccode.yml b/publiccode.yml index 68331f0..068bee5 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -4,7 +4,7 @@ name: Publiccode Checker url: https://github.com/developer-overheid-nl/publiccode-checker landingURL: https://developer-overheid-nl.github.io/publiccode-checker/ softwareType: standalone/web -developmentStatus: stable +developmentStatus: obsolete categories: - it-development