From 0c50235a1225462f7b8f5bf986a41853ee30fe0d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 3 Sep 2023 13:55:46 +0200 Subject: Update META.json and README Signed-off-by: Florian Pritz --- META.json | 8 ++++---- README.md | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/META.json b/META.json index b924d4a..1c6281b 100644 --- a/META.json +++ b/META.json @@ -1,10 +1,10 @@ { "abstract" : "Restore paths from borg backups", "author" : [ - "-2018 Florian Pritz " + "Florian Pritz " ], "dynamic_config" : 0, - "generated_by" : "Minilla/v3.1.10, CPAN::Meta::Converter version 2.150010", + "generated_by" : "Minilla/v3.1.22, CPAN::Meta::Converter version 2.150010", "license" : [ "gpl_3" ], @@ -90,11 +90,11 @@ "homepage" : "https://github.com/Bluewind/App-BorgRestore", "repository" : { "type" : "git", - "url" : "git://github.com/Bluewind/App-BorgRestore.git", + "url" : "https://github.com/Bluewind/App-BorgRestore.git", "web" : "https://github.com/Bluewind/App-BorgRestore" } }, "version" : "3.4.4", - "x_serialization_backend" : "JSON::PP version 4.04", + "x_serialization_backend" : "JSON::PP version 4.07", "x_static_install" : 0 } diff --git a/README.md b/README.md index 13f1380..060d3a6 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ passed and restore it without further user interaction. **borg-restore.pl --update-cache** has to be executed regularly, ideally after creating or removing backups. -[App::BorgRestore](https://metacpan.org/pod/App::BorgRestore) provides the base features used to implement this script. +[App::BorgRestore](https://metacpan.org/pod/App%3A%3ABorgRestore) provides the base features used to implement this script. It can be used to build your own restoration script. # OPTIONS @@ -125,11 +125,11 @@ It can be used to build your own restoration script. # CONFIGURATION -For configuration options please see [App::BorgRestore::Settings](https://metacpan.org/pod/App::BorgRestore::Settings). +For configuration options please see [App::BorgRestore::Settings](https://metacpan.org/pod/App%3A%3ABorgRestore%3A%3ASettings). # LICENSE -Copyright (C) 2016-2018 Florian Pritz +Copyright (C) 2016-2023 Florian Pritz This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by -- cgit v1.2.3-24-g4f1b