Skip to content

Commit

Permalink
Example renewal: aioxmpp
Browse files Browse the repository at this point in the history
This is how it works in a nutshell (see the readme for details!)::

  $ cd data/
  $ ./update-entry.py libraries.json aioxmpp
  old entry:
  {
      "info": [
          "Python"
      ],
      "last_renewed": null,
      "name": "aioxmpp",
      "url": "https://github.com/horazont/aioxmpp"
  }

  new entry:
  {
      "info": [
          "Python"
      ],
      "last_renewed": "2017-03-16T07:33:04",
      "name": "aioxmpp",
      "url": "https://github.com/horazont/aioxmpp"
  }
  is this okay? [y/n]y
  $ git commit -pv
  • Loading branch information
horazont authored and guusdk committed Mar 22, 2017
1 parent fe58499 commit 8724430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/libraries.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"info": [
"Python"
],
"last_renewed": null,
"last_renewed": "2017-03-16T07:33:04",
"name": "aioxmpp",
"url": "https://github.com/horazont/aioxmpp"
},
Expand Down

0 comments on commit 8724430

Please sign in to comment.