Updated homepage
diff --git a/pkgs/markdown/CHANGELOG.md b/pkgs/markdown/CHANGELOG.md
index ffc8430..a4e3606 100644
--- a/pkgs/markdown/CHANGELOG.md
+++ b/pkgs/markdown/CHANGELOG.md
@@ -1,4 +1,8 @@
-## v0.7.1+2
+## 0.7.1+3
+
+* Updated homepage.
+
+## 0.7.1+2
 
 * Formatted code.
 
diff --git a/pkgs/markdown/pubspec.yaml b/pkgs/markdown/pubspec.yaml
index 6b4b7af..32c7931 100644
--- a/pkgs/markdown/pubspec.yaml
+++ b/pkgs/markdown/pubspec.yaml
@@ -1,8 +1,8 @@
 name: markdown
-version: 0.7.2-dev
+version: 0.7.1+3
 author: Dart Team <misc@dartlang.org>
 description: A library for converting markdown to HTML.
-homepage: https://github.com/dpeek/dart-markdown
+homepage: https://github.com/dart-lang/markdown
 environment:
   sdk: '>=1.0.0 <2.0.0'
 dev_dependencies: