Skip to content

Commit

Permalink
Renames dracula's iterm repo
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha authored Nov 21, 2016
1 parent 9977fcc commit 4b27c4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ module.exports = function(grunt) {
theme_dracula: {
options: {
directory: '<%= config.themes.path_dracula %>',
repository: 'https://github.com/zenorocha/dracula-theme.git'
repository: 'https://github.com/dracula/iterm.git'
}
},

Expand Down Expand Up @@ -445,4 +445,4 @@ module.exports = function(grunt) {

grunt.registerTask('setup', ['banner', 'prompt', 'clean', 'template', 'gitclone', 'shell', 'symlink']);

};
};

0 comments on commit 4b27c4a

Please sign in to comment.