From 868029f209830fb4b16846f1a563b60cafb668b1 Mon Sep 17 00:00:00 2001 From: Anthony Eden Date: Mon, 12 Dec 2022 08:04:22 +0100 Subject: [PATCH] Update docs for repository move --- CONTRIBUTING.md | 2 +- TODO | 2 -- dns-zonefile.gemspec | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f820d5d..3e66c04 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -5,7 +5,7 @@ Clone the repository and move into it: ``` -$ git clone git@github.com:craigw/dns-zonefile.git +$ git clone git@github.com:aeden/dns-zonefile.git $ cd dns-zonefile ``` diff --git a/TODO b/TODO index fcf2fc4..c5b4e49 100644 --- a/TODO +++ b/TODO @@ -2,5 +2,3 @@ * Output the zone object-graph as a zone string. * Allow comparison of resource records and zones for checking equality. * Allow unqualified ns and rp in SOA -* Implement the changes in the eam pull request for other record types: - https://github.com/craigw/dns-zonefile/pull/1 diff --git a/dns-zonefile.gemspec b/dns-zonefile.gemspec index f40e53c..1a4ee12 100644 --- a/dns-zonefile.gemspec +++ b/dns-zonefile.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| be investigated programatically, manipulated, validated or printed into some canonical form. EOD - spec.homepage = "https://github.com/craigw/dns-zonefile" + spec.homepage = "https://github.com/aeden/dns-zonefile" # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or # delete this section to allow pushing this gem to any host.