Skip to content

Commit

Permalink
Update docs for repository move
Browse files Browse the repository at this point in the history
  • Loading branch information
aeden committed Dec 12, 2022
1 parent 969e27c commit 868029f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Clone the repository and move into it:

```
$ git clone [email protected]:craigw/dns-zonefile.git
$ git clone [email protected]:aeden/dns-zonefile.git
$ cd dns-zonefile
```

Expand Down
2 changes: 0 additions & 2 deletions TODO
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion dns-zonefile.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 868029f

Please sign in to comment.